home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / syn.exe / 0 / RCDATA / TFORMATLINESDIALOG / TFORMATLINESDIALOG.txt
Text File  |  2004-02-29  |  2KB  |  103 lines

  1. object FormatLinesDialog: TFormatLinesDialog
  2.   Left = 357
  3.   Top = 407
  4.   BorderStyle = bsDialog
  5.   Caption = 'Format Lines'
  6.   ClientHeight = 126
  7.   ClientWidth = 283
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 13
  23.     Width = 43
  24.     Height = 13
  25.     Caption = '&Break at:'
  26.     FocusControl = spnAt
  27.   end
  28.   object Label2: TLabel
  29.     Left = 8
  30.     Top = 37
  31.     Width = 51
  32.     Height = 13
  33.     Caption = '&Tolerance:'
  34.     FocusControl = spnTol
  35.   end
  36.   object btnOK: TCorelButton
  37.     Left = 200
  38.     Top = 8
  39.     Width = 75
  40.     Height = 23
  41.     Caption = 'OK'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 4
  45.   end
  46.   object btnCancel: TCorelButton
  47.     Left = 200
  48.     Top = 40
  49.     Width = 75
  50.     Height = 23
  51.     Cancel = True
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 5
  55.   end
  56.   object chkForceBreak: TCheckBox
  57.     Left = 8
  58.     Top = 72
  59.     Width = 265
  60.     Height = 17
  61.     Caption = 'Break even &without Whitespace'
  62.     Checked = True
  63.     State = cbChecked
  64.     TabOrder = 2
  65.   end
  66.   object spnAt: TSpinEdit
  67.     Left = 80
  68.     Top = 8
  69.     Width = 105
  70.     Height = 22
  71.     MaxValue = 0
  72.     MinValue = 0
  73.     TabOrder = 0
  74.     Value = 0
  75.   end
  76.   object spnTol: TSpinEdit
  77.     Left = 80
  78.     Top = 32
  79.     Width = 105
  80.     Height = 22
  81.     MaxValue = 0
  82.     MinValue = 0
  83.     TabOrder = 1
  84.     Value = 5
  85.   end
  86.   object chkEx: TCheckBox
  87.     Left = 8
  88.     Top = 88
  89.     Width = 265
  90.     Height = 17
  91.     Caption = 'E&xtended Whitespace Characters'
  92.     TabOrder = 3
  93.   end
  94.   object chkBlock: TCheckBox
  95.     Left = 8
  96.     Top = 104
  97.     Width = 265
  98.     Height = 17
  99.     Caption = 'B&lock sentence'
  100.     TabOrder = 6
  101.   end
  102. end
  103.